home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 9 / QRZ Ham Radio Callsign Database - Volume 9.iso / mac / files / p_term / ad16dis.exe / ARESDATA.CFG < prev    next >
Text File  |  1992-12-31  |  3KB  |  64 lines

  1. ; ARES/DATA configuration file for version 1.6
  2. ; Comment lines start with a ";" and may be used freely.
  3. ; The order of these lines is not significant.
  4. ;
  5. ; This configuration file assumes that your database will reside
  6. ; on drive C: in a subdirectory there called C:\ARESDATA, and that
  7. ; your backup and journal files will reside on C:\ARESBACK.
  8. ; The "GET" command will retrieve files from the directory C:\PUBLIC.
  9. ; This drive and these subdirectories MUST ALREADY EXIST.
  10. ; (Create them by "mkdir c:\aresdata", "mkdir c:\aresback", and
  11. ;  "mkdir c:\public" if needed).
  12. ; Change these names as desired.
  13. ;
  14. ; IMPORTANT:  Please check your CONFIG.SYS file on your boot disk(ette)
  15. ;             to be sure that it contains a line like "FILES=20".
  16. ;             If you don't have this, you may get database errors!
  17. ;
  18. ;       journal path and journaling interval (in number of new transactions)
  19. journal C:\ARESBACK 25
  20. ;       backup path and backup interval (in number of new transactions)
  21. backup C:\ARESBACK 33
  22. ;       path for the main database file ARESDATA.DAT, if readonly present,
  23. ;             the database is set to readonly (for remote access) at start
  24. ;  EXAMPLE:
  25. ;DBpath C:\ARESDATA readonly
  26. ;  the following gives normal (read-write) mode
  27. DBpath C:\ARESDATA
  28. ;       path for the index files *.NDX
  29. Indexpath C:\ARESDATA
  30. ;       path for "get filename" command.  Be sure info file is on this path!
  31. Publicpath C:\PUBLIC
  32. ;       printer port number  1=lpt1, 2=lpt2, etc.
  33. printer 1
  34. ;       startup can be auto or prompted
  35. startup auto
  36. ;       if present, all incoming packets logged to sysop screen
  37. logall
  38. ;
  39. ;       attach name parameters (as shown)
  40. ; To use a TNC, DRSI card, or G8BPQ switch,
  41. ; activate a command line such as one of those
  42. ; shown below by removing the ";" :
  43. ;attach ax0 type=ded port=1 baud=1200 users=5 autoexec=startup.p87 deleteoff
  44. ;attach ax1 type=ded port=1 baud=4800 users=6 autoexec=startup.tn1 deleteoff
  45. ;attach dr2 type=drsi drsivec=255 users=16 autoexec=startup.pcp deleteon
  46. ;attach bp1 type=bpq bpqvec=254 users=9 deleteon
  47. ;       serial port retry count
  48. ;       Set this higher if you get TNCRECOVER timeouts on fast PC systems.
  49. retry 50
  50. ;       DRSI PCPA retry count - set higher if you get DRSIin timeouts
  51. pcparetry 500
  52. ;       G8BPQ switch retry count - set higher if you get BPQin timeouts
  53. bpqretry 8000
  54. ;       beacon time in minutes and beacon text
  55. beacon 0 ARES/Data V1.6 available
  56. ;       labels for database fields and message field
  57. labels = LName-FName,Call,City,Date,Comments
  58. ; set widths is a new command.  Command below is the "compatibility mode"
  59. ;widths = *,*,*,*
  60. ; Use a command like this next one to pretty up the output formats:
  61. ;  You would normally set the widths at the same time you set the labels.
  62. ;  Like the LABELS command, the sysop or any user station may use this command.
  63. widths=20,8,15,8
  64.